Work around GCC and GNOME bugs when --enable-gcc-warnings.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 13 Sep 2012 01:22:08 +0000 (18:22 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 13 Sep 2012 01:22:08 +0000 (18:22 -0700)
commitd27ff0f92c21849668315c9d8c3f285bbc66fb0a
tree6bda2df7eacbbdac5f54ca72b6aba1d72dca3601
parent5d762b7ae1f5b20e45c07a6be7aad525297a03e9
Work around GCC and GNOME bugs when --enable-gcc-warnings.

* emacsgtkfixed.c (G_STATIC_ASSERT): Redefine to use 'verify',
to work around GNOME bug 683906.
* image.c (jpeg_load_body) [HAVE_JPEG && lint]: Pacify gcc -Wclobber.
(struct my_jpeg_error_mgr) [HAVE_JPEG && lint]: New member fp.
This works around GCC bug 54561.
src/ChangeLog
src/emacsgtkfixed.c
src/image.c